LEADTOOLS (Leadtools assembly)

TransformPoints(LeadPointD[]) Method

Show in webframe







The points to transform.
Transforms the specified point array by the LeadMatrix and returns the result.
Syntax
public void TransformPoints( 
   LeadPointD[] points
)
'Declaration
 
Public Overloads Sub TransformPoints( _
   ByVal points() As LeadPointD _
) 
'Usage
 
Dim instance As LeadMatrix
Dim points() As LeadPointD
 
instance.TransformPoints(points)
public void TransformPoints( 
   LeadPointD[] points
)

            

            
 function Leadtools.LeadMatrix.TransformPoints(LeadPointD[])( 
   points 
)
public:
void TransformPoints( 
   array<LeadPointD>^ points
) 

Parameters

points
The points to transform.
Remarks

This method will use the value of the current offset into the transformation. To transform a point without offset (as a vector), use TransformVector.

Requirements

Target Platforms

See Also

Reference

LeadMatrix Structure
LeadMatrix Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.